home *** CD-ROM | disk | FTP | other *** search
/ BigMax 1 / BigMax nº 1 [bd].iso / DEMOS / TERRA / TERRA.EXE / NORTE.DXR / 00095.ls < prev    next >
Encoding:
Text File  |  1996-06-16  |  749 b   |  26 lines

  1. on mouseUp
  2.   set the castNum of sprite 31 to cast "MAPAQ-1"
  3.   updateStage()
  4.   set the castNum of sprite 31 to cast "MAPAQ-2"
  5.   updateStage()
  6.   set the castNum of sprite 31 to cast "MAPAQ-3"
  7.   updateStage()
  8.   set the castNum of sprite 31 to cast "MAPAQ-4"
  9.   updateStage()
  10.   set the castNum of sprite 31 to cast "MAPAQ-5"
  11.   updateStage()
  12.   set the castNum of sprite 31 to cast "MAPAQ-6"
  13.   updateStage()
  14.   set the castNum of sprite 31 to cast "MAPAQ-7"
  15.   updateStage()
  16.   set the castNum of sprite 31 to cast "MAPAQ-8"
  17.   updateStage()
  18.   set the castNum of sprite 31 to cast "MAPAQ-9"
  19.   updateStage()
  20.   set the castNum of sprite 31 to cast "MAPAQ-10"
  21.   updateStage()
  22.   mci("close musica")
  23.   mci("close loc")
  24.   play frame "norte" of movie "abert.dir"
  25. end
  26.